home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Shareware
/
Comunicatii
/
feedaemon
/
fd110rc5.exe
/
{app}
/
FeedDemon.exe
/
0
/
RCDATA
/
TFOPTIONSCONNECTIONDLG
/
TFOPTIONSCONNECTIONDLG.txt
Wrap
Text File
|
2004-05-31
|
6KB
|
280 lines
object fOptionsConnectionDlg: TfOptionsConnectionDlg
Left = 304
Top = 109
BorderStyle = bsDialog
Caption = 'fOptionsConnectionDlg'
ClientHeight = 423
ClientWidth = 480
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblMaxConnections: TLabel
Left = 24
Top = 76
Width = 89
Height = 13
Caption = 'lblMaxConnections'
end
object lblProxySettings: TLabel
Left = 24
Top = 154
Width = 91
Height = 13
Caption = 'lblProxySettings'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblProxyServer: TLabel
Left = 48
Top = 257
Width = 67
Height = 13
Caption = 'lblProxyServer'
Enabled = False
end
object lblProxyPort: TLabel
Left = 48
Top = 284
Width = 55
Height = 13
Caption = 'lblProxyPort'
Enabled = False
end
object lblProxyUser: TLabel
Left = 48
Top = 311
Width = 58
Height = 13
Caption = 'lblProxyUser'
Enabled = False
end
object lblProxyPwd: TLabel
Left = 48
Top = 338
Width = 57
Height = 13
Caption = 'lblProxyPwd'
Enabled = False
end
object lblConnection: TLabel
Left = 24
Top = 22
Width = 78
Height = 13
Caption = 'lblConnection'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object htmllMaxConnectionsNote: THTMLabel
Left = 24
Top = 103
Width = 440
Height = 19
AnchorHint = False
AutoSizing = True
AutoSizeType = asVertical
Ellipsis = False
HintShowFull = False
Hover = False
HoverColor = clNone
HoverFontColor = clNone
HTMLHint = False
HTMLText.Strings = (
'(set at runtime)')
ShadowColor = clGray
ShadowOffset = 2
URLColor = clBlue
VAlignment = tvaTop
end
object bvlBottom: TBevel
Left = 0
Top = 373
Width = 480
Height = 50
Align = alBottom
Shape = bsTopLine
end
object lblTimeout: TLabel
Left = 24
Top = 49
Width = 87
Height = 13
Caption = 'Timeout (seconds)'
end
object optProxyAutoDetect: TRadioButton
Left = 24
Top = 179
Width = 440
Height = 17
Caption = 'optProxyAutoDetect'
Checked = True
TabOrder = 4
TabStop = True
OnClick = optClick
end
object txtMaxConnections: TnbNumberEdit
Left = 144
Top = 73
Width = 41
Height = 21
MaxLength = 2
TabOrder = 2
Text = '1'
OnKeyPress = txtKeyPress
end
object updMaxConnections: TUpDown
Left = 185
Top = 73
Width = 16
Height = 21
Associate = txtMaxConnections
Min = 1
Max = 25
Position = 1
TabOrder = 3
OnClick = updClick
end
object txtProxyServer: TnbEdit
Left = 144
Top = 253
Width = 320
Height = 21
Color = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
OnChange = txtChange
end
object txtProxyPort: TnbNumberEdit
Left = 144
Top = 280
Width = 57
Height = 21
Color = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 6
ParentFont = False
TabOrder = 8
OnChange = txtChange
end
object txtProxyUser: TnbEdit
Left = 144
Top = 307
Width = 320
Height = 21
Color = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 9
OnChange = txtChange
end
object txtProxyPwd: TnbEdit
Left = 144
Top = 335
Width = 320
Height = 21
Color = clBtnFace
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 10
OnChange = txtChange
end
object optProxyNone: TRadioButton
Left = 24
Top = 202
Width = 440
Height = 17
Caption = 'optProxyNone'
TabOrder = 5
OnClick = optClick
end
object optProxyCustom: TRadioButton
Left = 24
Top = 226
Width = 440
Height = 17
Caption = 'optProxyCustom'
TabOrder = 6
OnClick = optClick
end
object btnOK: TButton
Left = 307
Top = 387
Width = 75
Height = 25
Caption = 'btnOK'
Default = True
TabOrder = 11
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 391
Top = 387
Width = 75
Height = 25
Cancel = True
Caption = 'btnCancel'
ModalResult = 2
TabOrder = 12
end
object txtTimeout: TnbNumberEdit
Left = 144
Top = 46
Width = 41
Height = 21
MaxLength = 2
TabOrder = 0
Text = '1'
OnKeyPress = txtKeyPress
end
object updTimeout: TUpDown
Left = 185
Top = 46
Width = 16
Height = 21
Associate = txtTimeout
Min = 1
Max = 99
Position = 1
TabOrder = 1
OnClick = updClick
end
end